@charset "utf-8";

a:hover, a:focus {
    color: #ffae00;
    text-decoration: none
}

.no-padding {
    padding: 0px;
}

.title-color-d27827 {
    color: #d27827;
    font-weight: bold;
}

.title-color-81511c {
    color: #81511c;
    font-weight: bold;
}

.title-color-313131 {
    color: #313131;
    font-weight: bold;
}

.padding45 {
    padding-top: 45px;
}

.padding20 {
    padding-top: 20px;
}

.navbar {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.navbar-brand {
    padding: 7px 15px;
}

.navbar-brand img {
    width: 140px;
    height: auto;
}

.radius-yellow {

}

.hero-unit .hero-content .hero-text p.img {
    background: none;
}

/**
service-text
 */
.service-item .service-text {
    min-height: 95px;
}

.hero-unit {
    height: 88%;
}

#supersized {
    height: 88%;
    width: 100%;
}

#supersized li {
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
}

#supersized img {
    padding-top: 50px;
}

.contact-info i, .twitter-stream h3 {
    color: #ffae00;
}

.twitter-stream h3 {
    margin-bottom: 0px;
}

.twitter-stream i {
    /*font-size: 1.4em;*/
    color: #FFF;
    font-size: 1.2em;
    line-height: 40px;
}

.twitter-stream a, .twitter-stream a:hover, .twitter-stream a:focus {
    color: #777;
}

#footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9999;
}

.back-to-top a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("../img/top.png");
    background-size: auto;
}

.back-to-top a:hover {
    /*background-color: rgba(0, 0, 0, 0.5)*/
}

#contact {
    padding-bottom: 0px;
}

.twitter-stream .footer-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-color: #ffae00
}

#supersized-loader i {
    color: #777;
    font-size: 3.4em;
}

.testimonial {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hero-content {
    font-family: 微软雅黑;
}

/*
about
 */
.about {
    padding-bottom: 0px;
}

@media screen and (max-width: 1370px) {
    .about .img-left {
        position: absolute;
        bottom: 0px;
        left: -66px
    }
}

.about .img-left {
    position: absolute;
    bottom: 0px;
    left: 0px
}

.about .img-right {
    position: absolute;
    bottom: 0px;
    right: 0px
}

@media screen and (max-width: 1200px) {
    .about .img-right {
        display: none;
    }
}

.about-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: none;
}

.about-thumbnail img {

}

.about-timeline {
    width: 100%;
    height: 540px;
    background-image: url("../img/about-bg-line.jpg");
    background-repeat: no-repeat;
    background-position: 90px top;
}

.about-timeline img {
    /*border-radius: 50%;*/
    width: 105px;
    height: 105px;
    border: 2px solid #ffae00;
}

.about-timeline .media-object {
    margin-left: 47px;
}

.about-timeline .media {
    padding-top: 70px;
}

.about-timeline .media-body {
    padding-left: 10px;
}

.about-timeline h4.media-heading {
    color: #ffae00;
    font-weight: bold;
}

.about-thumbnail .caption {
    padding-left: 0px;
    padding-right: 0px;
}

.about-thumbnail .caption h3 {
    position: relative;
    color: #323232;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.about-thumbnail .caption p {
    padding-top: 10px;
}

.about-thumbnail .caption h3 span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 45px;
    height: 5px;
    display: block;
    background-color: #ffae00;
}

/**
case
 */
.section-heading h2 {
    color: #ffae00;
}

.work-item-filters li a {
    color: #414141;
}

.work-item-filters li a:hover, .work-item-filters li a.active {
    background-color: #ffae00;
}

.case-item-wrapper {
    padding-top: 40px;
}

.team-member .media-body-list {

}

.team-member .media-body-list .list-group-item {
    padding: 8px 0 0 0;
    border: none;
}

.team-member .list-group-item {
    width: 64px;
    height: 64px;
    color: #FFF;
}

.team-member .list-grup-item-icon {
    background-color: #d5d5d5;
    padding-top: 8px;
}

.team-member .list-group-item-area {
    background-color: #ffae00;
    padding-top: 8px;
}

.team-member .list-group-item-address {
    background-color: #353535;
    padding-top: 8px;
}

.team-member .list-grup-item-icon i {
    font-size: 2.8em;
}

.team-member .media-body {
    font-size: 0.9em;
}

.team-member .media-body h4.media-heading {
    position: relative;
    color: #323232;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.team-member .media-body h4.media-heading span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 55px;
    height: 5px;
    display: block;
    background-color: #ffae00;
}

.team-member .media-body h4.media-heading a, .team-member .media-body h4.media-heading a:hover, .team-member .media-body h4.media-heading a:focus {
    color: #323232;
}

.team-member img.media-object {
    width: 190px;
    height: 190px;
}

.section-heading p {
    color: #323232;
}

@media screen and (max-width: 480px) {
    .team-member img.media-object {
        width: 100px;
        height: 100px;
    }

    .team-member .list-group-item {
        width: 64px;
        height: 64px;
        color: #FFF;
    }

    .min-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about-timeline {
        height: 651px;
    }
}

.detailBanner {
    text-align: center;
    color: #fff;
    height: 700px;
    margin-top: 52px;
}

.detail {
    padding-top: 110px;
    overflow: hidden;
    background-color: #FFF;
}

.breadcrumb > li + li:before {
    content: ">\00a0"
}

.breadcrumb {
    padding: 25px 15px;
    margin-bottom: 0px;
    background-color: #FFF;
    color: #666666;
}

.breadcrumb i {
    font-size: 1.6em;
    padding-right: 6px;
}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus {
    color: #666666;
}

.detail-breadcrumb {
    padding-bottom: 0px;
    border: 1px solid #d3d3d3;
    background-color: #FFF;
}

.detail-header {
    font-family: "microsoft yahei";
    margin-bottom: 20px;
    padding: 10px 0;
    color: #414141;
}

.detail-content {
    background-color: #FFF;
}

.detail-content img {
    width: 100%;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    padding-right: 45px;
    padding-top: 41px;
    border-right: 1px solid #a3a3a3;
    border-bottom: none;
    height: 200px;
    overflow: hidden;
    color: #414141;
}

.page-header h1 {
    color: #414141;
}

.detail-header .list-group {

}

.detail-header .list-group-item {
    border: none;
}

.detail-header .badge {
    display: inline-block;
    min-width: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    color: #414141;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #a3a3a3;
    margin-right: 10px;
}

.detail-header .list-group-item > .badge {
    float: none;
}

.detail-header .design span {
    height: 1px;
    background-color: #a2a2a2;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
}

.detail .content {
    color: #414141;
    font-family: "microsoft yahei";
}

@media screen and (max-width: 480px) {
    .detail-header .list-group-item > .badge {
        margin-bottom: 5px;
    }
}

/*.case-item-wrapper .team-member img {*/
/*-webkit-transition-property: all;*/
/*-moz-transition-property: all;*/
/*-o-transition-property: all;*/
/*transition-property: all;*/
/*-webkit-transition-duration: 0.2s;*/
/*-moz-transition-duration: 0.2s;*/
/*-o-transition-duration: 0.2s;*/
/*transition-duration: 0.2s;*/
/*-webkit-transition-timing-function: linear;*/
/*-moz-transition-timing-function: linear;*/
/*-o-transition-timing-function: linear;*/
/*transition-timing-function: linear;*/
/*}*/

/*.case-item-wrapper .team-member:hover img {*/
/*-webkit-transform: scale(1.3, 1.3);*/
/*-moz-transform: scale(1.3, 1.3);*/
/*-ms-transform: scale(1.3, 1.3);*/
/*-o-transform: scale(1.3, 1.3);*/
/*transform: scale(1.3, 1.3)*/
/*}*/

#customized .media {
    width: 350px;
    height: 290px;
}

#customized .team-member img.media-object {
    width: 350px;
    height: 290px;
}

#customized .media a span {
    width: 350px;
    height: 290px;
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    background: #000000;
    opacity: 0.3;
    text-align: center;
}

#customized .media a i {
    display: block;
    position: absolute;
    font-size: 18px;
    font-family: "微软雅黑", "Dosis", sans-serif;
    top: 140px;
    left: 160px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
}

.detail-content .customized-detail {
    padding-top: 0px;
    background-color: #FFFFFF;
}

.customized-detail .europe-style {
    width: 570px;
    height: 610px;
    background-color: #1b1b1b;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
}

.customized-detail .luxurious-style {
    width: 555px;
    height: 640px;
    background-color: #1b1b1b;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
}

.customized-detail .chinese-style {
    width: 555px;
    height: 640px;
    background-color: #1b1b1b;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
}

.customized-detail .europe-style .text {
    position: absolute;
    top: 50%;
    left: 34%
}

.customized-detail .luxurious-style .text {
    position: absolute;
    top: 50%;
    left: 10%;
}

.customized-detail .chinese-style .text {
    position: absolute;
    top: 50%;
    left: 40%;
}

.customized-detail .europe-style-right {
    height: 610px;
}

.caption-p p {
    font-size: 12px;
    color: #555757;
}

.thumbnail-no-border {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.thumbnail-no-background{
    background: none;
}

.picture-box, .picture-box img {
    height: 430px;
}

.europe-row-line5 .europe-row-line5-img img {
    height: 365px;
}

.europe-row-line5 .europe-row-line5-box {
    background-color: #efefef;
    position: relative;
    width: 375px;
    height: 365px;
}

.europe-row-line5 .europe-row-line5-box .text {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.luxurious-row-line5 .luxurious-row-line5-box {
    background-color: #efefef;
    position: relative;
    width: 482px;
    height: 340px;
}

.luxurious-row-line5 .luxurious-row-line5-img img {
    height: 340px;
}

.luxurious-row-line5 .luxurious-row-line5-box .text {
    position: absolute;
    top: 35%;
    left: 15%;
}

.luxurious-row-line6 .luxurious-row-line6-box {
    background-color: #efefef;
    position: relative;
    height: 315px;
}

.luxurious-row-line6 .luxurious-row-line6-img img {
    height: 315px;
}

.luxurious-row-line6 .luxurious-row-line6-box .text {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 400px;
}

.luxurious-row-line7-img img {
    height: 145px;
}

.europe-row-line8 .europe-row-line8-box {
    position: relative;
    width: 340px;
    height: 760px;
}

.europe-row-line8 .europe-row-line8-box .text {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.chinese-row-line6 .chinese-row-line6-box {
    background-color: #efefef;
    position: relative;
    height: 440px;
}

.chinese-row-line6 .chinese-row-line6-img img {
    height: 440px;
}

.chinese-row-line6 .chinese-row-line6-box .text {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 350px;
}

.chinese-row-line7 .chinese-row-line7-box {
    background-color: #efefef;
    position: relative;
    height: 310px;
}

.chinese-row-line7 .chinese-row-line7-img {
    padding-left: 20px;
}

.chinese-row-line7 .chinese-row-line7-img img {
    height: 310px;
}

.chinese-row-line7 .chinese-row-line7-box .text {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 420px;
}

.chinese-row-line5 .chinese-row-line5-box {
    background-color: #efefef;
    position: relative;
    height: 340px;
}

.chinese-row-line5 .chinese-row-line5-img img {
    height: 340px;
}

.chinese-row-line5 .chinese-row-line5-box .text {
    position: absolute;
    top: 36%;
    left: 17%;
    width: 260px;
}

@media screen and (max-width: 480px) {
    #customized .media {
        width: 100%;
    }
    #customized .media a span {
        width: 100%;
        left:0px;
    }
    #customized .media a i {
        left: 154px;
    }
    #customized .team-member img.media-object {
        width: 100%;
    }
    .mobile-padding{
        padding: 0 15px;
    }
    .customized-detail .europe-style {
        width: 100%;
    }
    .customized-detail .europe-style .text {
        left: 23%;
    }
}
